home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / 0_GEGA012.iso / Interface / it.dig / scripts / DefineButton2_202 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-01-20  |  201 b   |  7 lines

  1. on(release){
  2.    _parent._parent.anula_btn._visible = false;
  3.    _parent._parent.descri.gotoAndStop(1);
  4.    _parent.aviso_mc.gotoAndStop(1);
  5.    _parent._parent.categoria_mc.gotoAndPlay("VOLTAR");
  6. }
  7.